Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all non-major dependencies (minor) #281

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 4, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@effector/next 0.6.1 -> 0.7.0 age adoption passing confidence
@emotion/babel-plugin (source) 11.11.0 -> 11.12.0 age adoption passing confidence
@emotion/babel-preset-css-prop (source) 11.11.0 -> 11.12.0 age adoption passing confidence
@emotion/jest (source) 11.11.0 -> 11.13.0 age adoption passing confidence
@emotion/react (source) 11.11.4 -> 11.13.0 age adoption passing confidence
@emotion/styled (source) 11.11.5 -> 11.13.0 age adoption passing confidence
@faker-js/faker 8.3.1 -> 8.4.1 age adoption passing confidence
@farfetched/core 0.10.6 -> 0.12.5 age adoption passing confidence
@ianvs/prettier-plugin-sort-imports 4.1.1 -> 4.3.1 age adoption passing confidence
@radix-ui/react-alert-dialog (source) 1.0.5 -> 1.1.1 age adoption passing confidence
@radix-ui/react-dialog (source) 1.0.5 -> 1.1.1 age adoption passing confidence
@radix-ui/react-dropdown-menu (source) 2.0.6 -> 2.1.1 age adoption passing confidence
@radix-ui/react-scroll-area (source) 1.0.5 -> 1.1.0 age adoption passing confidence
@sentry/nextjs (source) 7.81.1 -> 7.118.0 age adoption passing confidence
@storybook/addon-a11y (source) 7.5.3 -> 7.6.20 age adoption passing confidence
@storybook/addon-actions (source) 7.5.3 -> 7.6.20 age adoption passing confidence
@storybook/addon-essentials (source) 7.5.3 -> 7.6.20 age adoption passing confidence
@storybook/addon-interactions (source) 7.5.3 -> 7.6.20 age adoption passing confidence
@storybook/addon-jest (source) 7.5.3 -> 7.6.20 age adoption passing confidence
@storybook/addon-links (source) 7.5.3 -> 7.6.20 age adoption passing confidence
@storybook/addons (source) 7.5.3 -> 7.6.17 age adoption passing confidence
@storybook/blocks (source) 7.5.3 -> 7.6.20 age adoption passing confidence
@storybook/builder-webpack5 (source) 7.5.3 -> 7.6.20 age adoption passing confidence
@storybook/nextjs (source) 7.5.3 -> 7.6.20 age adoption passing confidence
@storybook/react (source) 7.5.3 -> 7.6.20 age adoption passing confidence
@storybook/react-webpack5 (source) 7.5.3 -> 7.6.20 age adoption passing confidence
@storybook/theming (source) 7.5.3 -> 7.6.20 age adoption passing confidence
@testing-library/jest-dom 6.1.6 -> 6.4.8 age adoption passing confidence
@testing-library/react 14.1.2 -> 14.3.1 age adoption passing confidence
@types/node (source) 20.10.8 -> 20.14.15 age adoption passing confidence
@types/react (source) 18.2.73 -> 18.3.3 age adoption passing confidence
@types/react-dom (source) 18.2.23 -> 18.3.0 age adoption passing confidence
axe-core (source) 4.8.4 -> 4.10.0 age adoption passing confidence
axios (source) 1.6.8 -> 1.7.3 age adoption passing confidence
eslint (source) 8.54.0 -> 8.57.0 age adoption passing confidence
eslint-plugin-effector 0.12.0 -> 0.14.0 age adoption passing confidence
eslint-plugin-jsx-a11y 6.8.0 -> 6.9.0 age adoption passing confidence
eslint-plugin-react 7.33.2 -> 7.35.0 age adoption passing confidence
framer-motion 10.16.16 -> 10.18.0 age adoption passing confidence
i18next (source) 23.7.20 -> 23.12.2 age adoption passing confidence
next-safe 3.4.1 -> 3.5.0 age adoption passing confidence
orval 6.20.0 -> 6.31.0 age adoption passing confidence
pino (source) 8.16.2 -> 8.21.0 age adoption passing confidence
react (source) 18.2.0 -> 18.3.1 age adoption passing confidence
react-dom (source) 18.2.0 -> 18.3.1 age adoption passing confidence
sharp (source, changelog) 0.32.6 -> 0.33.4 age adoption passing confidence
storybook (source) 7.5.3 -> 7.6.20 age adoption passing confidence
typescript (source) 5.3.3 -> 5.5.4 age adoption passing confidence

Release Notes

effector/next (@​effector/next)

v0.7.0

Compare Source

🚀 Features

emotion-js/emotion (@​emotion/babel-plugin)

v11.12.0

Compare Source

faker-js/faker (@​faker-js/faker)

v8.4.1

Compare Source

  • JSDocs improvements

v8.4.0

Compare Source

Features
Bug Fixes
8.3.1 (2023-11-14)
Bug Fixes
  • remove [@internal](https://togithub.com/internal) from module parent classes (#​2548) (77f54ad)
igorkamyshev/farfetched (@​farfetched/core)

v0.11.4

Compare Source

v0.11.3

Compare Source

v0.11.2

Compare Source

v0.11.1

Compare Source

v0.11.0

Compare Source

ianvs/prettier-plugin-sort-imports (@​ianvs/prettier-plugin-sort-imports)

v4.3.1

Compare Source

What's Changed

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.3.0...v4.3.1

v4.3.0

Compare Source

What's Changed

Features

This release adds support for experimental import attributes / assertions. There have been a number of styles proposed by TC-39 over the years, but the latest is to use import x from 'x' with { type: 'json' };, which is called an "import attribute". There is also an older "import assertion" form, which uses assert instead of with.

Note: You may need to add "importAttributes" to your "importOrderParserPlugins" option in order to support this. And if you are using the older assertion style, you'll need to add it as '[\"importAttributes\", {\"deprecatedAssertSyntax\": true}]'.

This plugin will also convert the older assertion style to import attributes.

Bugfixes
TypeScript

You can now type your prettier config as simply /** @​type {import("prettier").Config} */, and you'll also get the types for the options this plugin adds, automatically.

Docs

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.2.1...v4.3.0

v4.2.1

Compare Source

What's Changed

Bugfixes

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.2.0...v4.2.1

v4.2.0

Compare Source

What's Changed

Features
Bug fixes
Dependencies
Docs

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.1.1...v4.2.0

radix-ui/primitives (@​radix-ui/react-alert-dialog)

v1.1.1

Compare Source

getsentry/sentry-javascript (@​sentry/nextjs)

v7.118.0

Compare Source

  • fix(v7/bundle): Ensure CDN bundles do not overwrite window.Sentry (#​12579)

v7.117.0

Compare Source

  • feat(browser/v7): Publish browserprofling CDN bundle (#​12224)
  • fix(v7/publish): Add v7 tag to @sentry/replay (#​12304)

v7.116.0

Compare Source

This release publishes a new AWS Lambda layer under the name SentryNodeServerlessSDKv7 that users still running v7 can
use instead of pinning themselves to SentryNodeServerlessSDK:235.

Bundle size 📦
Path Size
@​sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 80.83 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 71.77 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 76.02 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 65.38 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 35.64 KB
@​sentry/browser (incl. browserTracingIntegration) - Webpack (gzipped) 35.53 KB
@​sentry/browser (incl. Feedback) - Webpack (gzipped) 31.6 KB
@​sentry/browser (incl. sendFeedback) - Webpack (gzipped) 31.61 KB
@​sentry/browser - Webpack (gzipped) 22.78 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) 79.04 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 70.37 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 36.05 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 25.28 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 221.49 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 109.08 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 75.81 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 39.33 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 72.27 KB
@​sentry/react - Webpack (gzipped) 22.81 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 90.03 KB
@​sentry/nextjs Client - Webpack (gzipped) 54.15 KB
@​sentry-internal/feedback - Webpack (gzipped) 17.34 KB

v7.115.0

Compare Source

  • feat(v7): Add support for global onUnhandled Error/Promise for Bun (#​11959)
  • fix(replay/v7): Fix user activity not being updated in start() (#​12003)
  • ref(api): Remove lastEventId deprecation warnings (#​12042)
Bundle size 📦
Path Size
@​sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 80.83 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 71.77 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 76.02 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack with treeshak

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Dec 4, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
design-system ❌ Failed (Inspect) Aug 9, 2024 8:15pm
nextplate ❌ Failed (Inspect) Aug 9, 2024 8:15pm

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f3ba5d5 to 5d4f005 Compare July 22, 2024 23:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5d4f005 to 3bcaa72 Compare July 23, 2024 13:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3bcaa72 to 1cd9e8d Compare July 23, 2024 19:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1cd9e8d to add0d1d Compare July 28, 2024 10:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from add0d1d to 7071bdf Compare July 29, 2024 20:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7071bdf to 05ba0a2 Compare August 1, 2024 16:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 05ba0a2 to ecb6977 Compare August 2, 2024 10:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ecb6977 to 4098239 Compare August 6, 2024 00:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4098239 to 90cef5d Compare August 9, 2024 20:12
Copy link

sonarcloud bot commented Aug 9, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant